home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / scope / 176-200 / scopedisk186 / parasite / sendit.txed < prev    next >
Text File  |  1995-03-19  |  137b  |  9 lines

  1. /* TxEd ARexx script to empty the editor's buffer and send the text */
  2.  
  3. 'TOP'
  4. 'MARK 1'
  5. 'BOTTOM'
  6. 'CUT'
  7. ADDRESS BAUD SEND '\az\ai\at'
  8. EXIT
  9.